func github.com/jackc/pgx/v5/pgtype.nbaseDigitsToInt64
2 uses
github.com/jackc/pgx/v5/pgtype (current package)
numeric.go#L195: func nbaseDigitsToInt64(src []byte) (accum int64, bytesRead, digitsRead int) {
numeric.go#L637: int64accum, bytesRead, digitsRead := nbaseDigitsToInt64(src[rp:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)